In this document's folder you'll find a folder named "js" copy all of it's content (5sec-snow.js and folders with flake images) to your servers "js" folder.
If you don't already have jQuery included copy/paste this code in your document's head section:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js" type="text/javascript"></script>
Copy/paste this code in your document's head section:
<script src="js/5sec-snow.js" type="text/javascript"></script>
Copy/paste this code just above your <body/> tag:
<script type="text/javascript">
jQuery(document).ready(function($){
$.snow({ flake_number: 50,
flake_folder: 'js/big-24/',
flake_imgs: 5,
linked_flakes: 0,
link: '',
melt: 550,
wind: 50,
rotation: 4,
speed: 8});
});
</script>
Copyright Web factory Ltd 2011